home *** CD-ROM | disk | FTP | other *** search
- object fImage: TfImage
- Left = 215
- Top = 173
- BorderIcons = [biSystemMenu]
- BorderStyle = bsSingle
- Caption = 'Insert picture ...'
- ClientHeight = 331
- ClientWidth = 648
- Color = clBtnFace
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -9
- Font.Name = 'Verdana'
- Font.Style = []
- OldCreateOrder = False
- Position = poScreenCenter
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 12
- object AdvPicture1: TAdvPicture
- Left = 720
- Top = 16
- Width = 17
- Height = 17
- Animate = False
- AutoSize = True
- Picture.Stretch = False
- Picture.Frame = 0
- PicturePosition = bpTopLeft
- Visible = False
- end
- object Edit1: TEdit
- Left = 8
- Top = 14
- Width = 593
- Height = 20
- TabOrder = 0
- OnChange = Edit1Change
- end
- object Button1: TButton
- Left = 604
- Top = 13
- Width = 36
- Height = 20
- Caption = '...'
- TabOrder = 1
- OnClick = Button1Click
- end
- object Button2: TButton
- Left = 296
- Top = 283
- Width = 121
- Height = 22
- Caption = 'Add Image'
- Default = True
- Enabled = False
- TabOrder = 2
- OnClick = Button2Click
- end
- object Button3: TButton
- Left = 521
- Top = 283
- Width = 121
- Height = 22
- Caption = 'Cancel'
- TabOrder = 3
- OnClick = Button3Click
- end
- object StatusBar1: TStatusBar
- Left = 0
- Top = 312
- Width = 648
- Height = 19
- Panels = <>
- ParentFont = True
- SimplePanel = False
- UseSystemFont = False
- end
- object GroupBox1: TGroupBox
- Left = 296
- Top = 40
- Width = 345
- Height = 65
- Caption = 'Dimensions'
- TabOrder = 5
- object Label1: TLabel
- Left = 8
- Top = 19
- Width = 38
- Height = 12
- AutoSize = False
- Caption = 'Width :'
- end
- object Label2: TLabel
- Left = 8
- Top = 44
- Width = 49
- Height = 12
- AutoSize = False
- Caption = 'Height :'
- end
- object Label3: TEdit
- Left = 54
- Top = 16
- Width = 58
- Height = 20
- TabOrder = 0
- end
- object Label4: TEdit
- Left = 54
- Top = 40
- Width = 58
- Height = 20
- TabOrder = 1
- end
- end
- object GroupBox2: TGroupBox
- Left = 8
- Top = 40
- Width = 281
- Height = 265
- Caption = 'Picture :'
- TabOrder = 6
- object AdvPicture2: TAdvPicture
- Left = 2
- Top = 14
- Width = 277
- Height = 249
- Animate = False
- Picture.Stretch = False
- Picture.Frame = 0
- PicturePosition = bpCenter
- Align = alClient
- StretchMode = smShrink
- end
- end
- object CheckBox1: TCheckBox
- Left = 296
- Top = 262
- Width = 345
- Height = 17
- Caption = 'No border around image'
- Checked = True
- State = cbChecked
- TabOrder = 7
- end
- object GroupBox3: TGroupBox
- Left = 296
- Top = 107
- Width = 345
- Height = 94
- Caption = 'Path Style'
- TabOrder = 8
- object full: TRadioButton
- Left = 8
- Top = 18
- Width = 217
- Height = 17
- Caption = 'Full path ( myimages\myimage.jpg )'
- TabOrder = 0
- end
- object nofull: TRadioButton
- Left = 8
- Top = 35
- Width = 169
- Height = 17
- Caption = 'File only ( myimage.jpg )'
- TabOrder = 1
- end
- object comp: TRadioButton
- Left = 8
- Top = 52
- Width = 243
- Height = 17
- Caption = 'Complete path ( c:\myimages\myimage.jpg )'
- TabOrder = 2
- end
- object Relative: TRadioButton
- Left = 8
- Top = 69
- Width = 321
- Height = 17
- Caption = 'Relative path (../Program Files/foobar/img/mypic.gif )'
- Checked = True
- TabOrder = 3
- TabStop = True
- end
- end
- object GroupBox4: TGroupBox
- Left = 296
- Top = 212
- Width = 345
- Height = 49
- Caption = 'Alt Text'
- TabOrder = 9
- object AltText: TEdit
- Left = 5
- Top = 19
- Width = 332
- Height = 20
- TabOrder = 0
- end
- end
- object ActionList1: TActionList
- Left = 234
- Top = 89
- object CloseWindow: TAction
- Caption = 'CloseWindow'
- ShortCut = 27
- OnExecute = CloseWindowExecute
- end
- end
- object OpenDialog1: TOpenPictureDialog
- Filter =
- 'All (*.jpg;*.jpeg;*.gif;*.bmp;*.ico;*.emf;*.wmf;*.png)|*.jpg;*.j' +
- 'peg;*.gif;*.bmp;*.ico;*.emf;*.wmf;*.png|Gif Image File (*.gif)|*' +
- '.gif|JPEG Image File (*.jpg)|*.jpg|JPEG Image File (*.jpeg)|*.jp' +
- 'eg|Bitmaps (*.bmp)|*.bmp|Icons (*.ico)|*.ico|Enhanced Metafiles ' +
- '(*.emf)|*.emf|Metafiles (*.wmf)|*.wmf|PNG Files (*.png)|*.png|Al' +
- 'l (*.*)|*.*'
- Left = 472
- Top = 64
- end
- end
-